hip.bind.interpreters.lua

Undocumented in source.

Members

Aliases

LuaFunction
alias LuaFunction = int function(lua_State* L)
Undocumented in source.
LuaVoid
alias LuaVoid = InterpreterVoid
Undocumented in source.

Classes

LuaInterpreter
class LuaInterpreter
Undocumented in source.

Enums

isFloating
eponymoustemplate isFloating(T)
Undocumented in source.
isInteger
eponymoustemplate isInteger(T)
Undocumented in source.
isNumber
eponymoustemplate isNumber(T)
Undocumented in source.
isSigned
eponymoustemplate isSigned(T)
Undocumented in source.
isStructPointer
eponymoustemplate isStructPointer(T)
Undocumented in source.
isUnsigned
eponymoustemplate isUnsigned(T)
Undocumented in source.

Functions

externLua
int externLua(lua_State* L)
Undocumented in source. Be warned that the author may not have intended to support it.
luaCallFunc
InterpreterResult!T luaCallFunc(lua_State* L, string funcName, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
luaGetFromIndex
T luaGetFromIndex(lua_State* L, int ind)
Undocumented in source. Be warned that the author may not have intended to support it.
luaPushVar
void luaPushVar(lua_State* L, T arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta